home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip Aralık 2001.iso / prog / desktop / dopewars / setup.exe / Readme.txt < prev    next >
Encoding:
Text File  |  2001-06-19  |  4.4 KB  |  105 lines

  1. This is dopewars 1.5.1, a game simulating the life of a drug dealer in 
  2. New York. The aim of the game is to make lots and lots of money...
  3. unfortunately, you start the game with a hefty debt, accumulating interest,
  4. and the cops take a rather dim view of drug dealing...
  5.  
  6. These are brief instructions; see the HTML documentation for full information.
  7.  
  8. dopewars 1.5.1 servers should handle clients as old as version 1.4.3 with
  9. hardly any visible problems (the reverse is also true). However, it is
  10. recommended that both clients and servers are upgraded to 1.5.1!
  11.  
  12. INSTALLATION
  13.  
  14. Either...
  15.  
  16. 1. Get the relevant RPM from http://dopewars.sourceforge.net/
  17.    
  18. Or...
  19.  
  20. 2. Get the tarball dopewars-1.5.1.tar.gz from the same URL
  21.    Extract it via. tar -xvzf dopewars-1.5.1.tar.gz
  22.    Follow the instructions in the INSTALL file in the newly-created
  23.       dopewars-1.5.1 directory
  24.  
  25. Once you're done, you can safely delete the RPM, tarball and dopewars
  26. directory. The dopewars binary is all you need!
  27.  
  28. dopewars stores its high score files by default in /usr/share/dopewars.sco
  29. This will be created by make install or by RPM installation. A different high 
  30. score file can be selected with the -f switch.
  31.  
  32. WIN32 INSTALLATION
  33.  
  34. dopewars now compiles as a console application under Win32 (Windows 95,98,NT).
  35. Almost all functionality of the standard Unix binary is retained; for example,
  36. all of the same command line switches are supported, and configuration files
  37. are still looked for in $HOME/.dopewars (so set the environment variable HOME
  38. to something sensible if it is not set and you want to use this feature).
  39.  
  40. The easiest way to install the Win32 version is to download the precompiled
  41. binary. The supplied configure script, however, should build the binary
  42. correctly under Cygwin (see the INSTALL file for details).
  43.  
  44. USAGE
  45.  
  46. dopewars has built-in client-server support for multi-player games. For a
  47. full list of options configurable on the command line, run dopewars with
  48. the -h switch.
  49.  
  50. dopewars -a
  51. This is "antique" dopewars; it tries to keep to the original dopewars, based
  52. on the "Drug Wars" game by John E. Dell, as closely as possible.
  53.  
  54. dopewars
  55. By default, dopewars supports multi-player games. On starting a game, the
  56. program will attempt to connect to a dopewars server so that players can send
  57. messages back and forth, and shoot each other if they really want to...
  58.  
  59. dopewars -s
  60. Starts a dopewars server. By default this is an interactive server; if you
  61. want to put it in the background, then run it as 
  62. "dopewars -s < /dev/null > /dev/null &" or similar.
  63.  
  64. dopewars -c
  65. Create and run a computer dopewars player. This will attempt to connect
  66. to a dopewars server, and if this succeeds, it will then participate in
  67. multi-player dopewars games. At the moment, it does next to nothing, however!
  68.  
  69. CONFIGURATION
  70.  
  71. Most of the dopewars defaults (for example, the location of the high score file,
  72. the port and server to connect to, the names of the drugs and guns, etc.) can be
  73. configured by adding suitable entries to the dopewars configuration file. The
  74. global file /etc/dopewars is read first, and can then be overridden by the local
  75. settings in ~/.dopewars. All of the settings here can also be set on the command
  76. line of an interactive dopewars server when no players are logged on. See the
  77. file "example-cfg" for an example configuration file, and for a brief
  78. explanation of each option, type "help" in an interactive server.
  79.  
  80. PLAYING
  81.  
  82. dopewars is supposed to be fairly self-explanatory. You should be able to 
  83. pick the basics up fairly quickly, but still be discovering subtleties for 
  84. _ages_ ;) If you're _really_ stuck, send me an email. I might even answer it!
  85.  
  86. Clue: buy drugs when they're cheap, sell them when they're expensive. The Bronx
  87. and Ghetto are "special" locations. Anything more would spoil the fun. ;)
  88.  
  89. BUGS
  90.  
  91. Well, there are bound to be lots. Let me know if you find any, and I'll see
  92. if I can fix 'em... of course, a working patch would be even nicer! ;)
  93.  
  94. LICENCE
  95.  
  96. dopewars is released under the GNU General Public License; see the text file
  97. LICENCE for further information. dopewars is copyright (C) Ben Webb 1998-2001.
  98. The dopewars icons are copyright (C) Ocelot Mantis 2001.
  99.  
  100. SUPPORT
  101.  
  102. dopewars is written and maintained by Ben Webb <ben@bellatrix.pcl.ox.ac.uk>
  103. Enquiries about dopewars may be sent to this address (keep them sensible 
  104. please ;) Bug fixes and reports, improvements and patches are also welcomed.
  105.